From: Colin Walters Date: Sun, 9 Jun 2002 00:18:15 +0000 (+0000) Subject: (Info-mode): Do set `font-lock-defaults', and be sure to set X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~56803 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d1b2f822a9ea3b1866f7410b6c45a20dfddb36c;p=emacs.git (Info-mode): Do set `font-lock-defaults', and be sure to set `font-lock-core-only'. --- diff --git a/lisp/info.el b/lisp/info.el index 7aa29967842..8d5ae4d3473 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2336,6 +2336,8 @@ Advanced commands: (setq local-abbrev-table text-mode-abbrev-table) (setq case-fold-search t) (setq buffer-read-only t) + (set (make-local-variable 'font-lock-defaults) + '(nil t nil nil nil (font-lock-core-only . t))) (make-local-variable 'Info-current-file) (make-local-variable 'Info-current-subfile) (make-local-variable 'Info-current-node)